Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 9 - Camera Objects / Camera Objects Reference
Camera Objects Routines / Managing View Plane Cameras


Q3ViewPlaneCamera_GetHalfHeight

You can use the Q3ViewPlaneCamera_GetHalfHeight function to get the half-height of the object specifying a view plane camera.

TQ3Status Q3ViewPlaneCamera_GetHalfHeight (
TQ3CameraObject camera, 
float *halfHeightAtViewPlane);
camera
A view plane camera object.
halfHeightAtViewPlane
On exit, the half-height of the cross section of the viewed object.
DESCRIPTION
The Q3ViewPlaneCamera_GetHalfHeight function returns, in the halfHeightAtViewPlane parameter, the half-height of the cross section of the viewed object of the camera specified by the camera parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996